Skip to content

Commit

Permalink
Update pycompadre_sdist.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
kuberry authored Dec 5, 2024
1 parent 7fedb9d commit 08e8185
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pycompadre_sdist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -93,19 +93,19 @@ jobs:
path: dist/
## https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
#- 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_PIP_PYCOMPADRE_SECRET }}
# repository_url: https://test.pypi.org/legacy/

# https://packaging.python.org/guides/publishing-package-distribution-releases-using-github-actions-ci-cd-workflows/
- name: Publish distribution 📦 to PyPI (parallel)
if: ${{ matrix.pycompadre-type == 'pycompadre' }}
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PIP_PYCOMPADRE_SECRET }}
- name: Publish distribution 📦 to PyPI (serial)
if: ${{ matrix.pycompadre-type == 'pycompadre-serial' }}
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PIP_PYCOMPADRE_SERIAL_SECRET }}

0 comments on commit 08e8185

Please sign in to comment.