Skip to content

Commit

Permalink
Update publish_workflow.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
EmileDeBruyn authored Apr 17, 2024
1 parent d437bb8 commit f044003
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -102,7 +102,6 @@ jobs:
needs:
- build
runs-on: ubuntu-latest
continue-on-error: true

environment:
name: testpypi
Expand All @@ -121,3 +120,4 @@ jobs:
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
skip-existing: true

0 comments on commit f044003

Please sign in to comment.