Skip to content

Commit

Permalink
Update publish-to-pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bonicim authored May 17, 2024
1 parent 597adad commit a698023
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,13 +32,13 @@ jobs:
- run: echo "Building wheel from tag ${{ github.ref_name }}"
- uses: actions/checkout@v4

- name: Build and publish distribution 📦 to Test PyPI
uses: JRubics/[email protected]
with:
python_version: "3.11"
pypi_token: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository_name: "testpypi"
repository_url: "https://test.pypi.org/legacy/"
# - name: Build and publish distribution 📦 to Test PyPI
# uses: JRubics/[email protected]
# with:
# python_version: "3.11"
# pypi_token: ${{ secrets.TEST_PYPI_API_TOKEN }}
# repository_name: "testpypi"
# repository_url: "https://test.pypi.org/legacy/"

- name: Build and publish distribution 📦 to PyPI
uses: JRubics/[email protected]
Expand Down

0 comments on commit a698023

Please sign in to comment.