Skip to content

Commit

Permalink
Merge pull request #160 from thomasmarwitz/fix-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
xhochy authored Jan 17, 2025
2 parents 30940c1 + 6ce77b4 commit fe23bda
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,12 +41,6 @@ jobs:
with:
name: artifact
path: dist
- name: Publish package on TestPyPi
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
with:
repository-url: https://test.pypi.org/legacy/
user: __token__
password: ${{ secrets.pypi_password }}
- name: Publish package on PyPi
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
with:
Expand Down

0 comments on commit fe23bda

Please sign in to comment.