Skip to content

Commit

Permalink
πŸ‘· Publish master version in test pypi registry
Browse files Browse the repository at this point in the history
  • Loading branch information
cristianpb committed Mar 3, 2024
1 parent e98bd33 commit 98ec248
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,12 @@ jobs:
force_orphan: true
- name: 🐍 Build Python package
run: make build-python
#- name: Publish package πŸ“¦ to Test PyPI
# uses: pypa/gh-action-pypi-publish@master
# if: startsWith(github.event.ref, 'refs/tags')
# with:
# user: __token__
# password: ${{ secrets.test_pypi_password }}
# repository-url: https://test.pypi.org/legacy/
- name: Publish package πŸ“¦ to Test PyPI
uses: pypa/gh-action-pypi-publish@master
with:
user: __token__
password: ${{ secrets.test_pypi_password }}
repository-url: https://test.pypi.org/legacy/
- name: Publish package πŸ“¦ to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: startsWith(github.event.ref, 'refs/tags')
Expand Down

0 comments on commit 98ec248

Please sign in to comment.