Skip to content

Commit

Permalink
one more shot
Browse files Browse the repository at this point in the history
  • Loading branch information
jonathannaz committed Mar 31, 2023
1 parent 433724c commit 79543b7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/python-publish.yml
Expand Up @@ -33,12 +33,13 @@ jobs:
pip install build
# Test PyPI
- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
skip_existing: true


# - name: Build package
# run: python -m build
# - name: Publish package
Expand Down

0 comments on commit 79543b7

Please sign in to comment.