Skip to content

Commit a287310

Browse files
authored
Merge pull request #90 from Pyomo/pypa_gah_update
Update publish-to-test-pypi.yml
2 parents 556ca20 + 966730c commit a287310

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-test-pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,13 @@ jobs:
1919
run: |
2020
python3 setup.py sdist bdist_wheel
2121
- name: Publish distribution to Test PyPI
22-
uses: pypa/gh-action-pypi-publish@main
22+
uses: pypa/gh-action-pypi-publish@release/v1
2323
with:
2424
password: ${{ secrets.test_pypi_password }}
2525
repository_url: https://test.pypi.org/legacy/
2626
skip_existing: true
2727
- name: Publish distribution to PyPI
2828
if: startsWith(github.ref, 'refs/tags')
29-
uses: pypa/gh-action-pypi-publish@main
29+
uses: pypa/gh-action-pypi-publish@release/v1
3030
with:
3131
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)