Skip to content

Commit

Permalink
Test deploy
Browse files Browse the repository at this point in the history
  • Loading branch information
LasseBlaauwbroek committed Oct 23, 2023
1 parent fa07030 commit 9eced50
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci_pytact.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
upload_pypi:
needs: [build_wheels, build_sdist]
runs-on: ubuntu-latest
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/pytactician-v')
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/pytactician-v')
steps:
- uses: actions/download-artifact@v3
with:
Expand All @@ -67,7 +67,7 @@ jobs:
- uses: pypa/gh-action-pypi-publish@v1.5.0
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD_RELEASE }}
# password: ${{ secrets.PYPI_PASSWORD_RELEASE }}

# password: ${{ secrets.PYPI_PASSWORD }}
# repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_PASSWORD }}
repository_url: https://test.pypi.org/legacy/

0 comments on commit 9eced50

Please sign in to comment.