Skip to content

Commit

Permalink
fix: ci
Browse files Browse the repository at this point in the history
  • Loading branch information
afuetterer committed May 29, 2024
1 parent f49df4f commit f6a4f35
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,16 +27,18 @@ jobs:
if: github.repository == 'afuetterer/services-test4'
runs-on: ubuntu-24.04
needs: build
permissions:
contents: write
steps:
- name: Download package built by build job
uses: actions/download-artifact@65a9edc5881444af0b9093a5e628f2fe47ea3b2e # v4.1.7
with:
name: Packages
path: dist
- name: Publish package distributions to GitHub Releases
uses: python-semantic-release/upload-to-gh-release@main
uses: softprops/action-gh-release@69320dbe05506a9a39fc8ae11030b214ec2d1f87 # v2.0.5
with:
github_token: ${{ secrets.SEMANTIC_RELEASE_TOKEN }}
files: dist/*

publish:
name: Publish to TestPyPI
Expand Down

0 comments on commit f6a4f35

Please sign in to comment.