Skip to content

Commit

Permalink
update pypi gh action version
Browse files Browse the repository at this point in the history
  • Loading branch information
ammarcsj committed Jul 23, 2024
1 parent 78e2d44 commit 9d82dff
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ jobs:
twine check dist/*
conda deactivate
- name: Publish distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
Expand All @@ -156,7 +156,7 @@ jobs:
#alphamap
conda deactivate
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
Test_PyPi_Release:
Expand Down

0 comments on commit 9d82dff

Please sign in to comment.