Skip to content

Commit e889e44

Browse files
authored
Update and rename publish_to_test_pypi.yml to publish_pypi.yml
1 parent ed9ee14 commit e889e44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_to_test_pypi.yml renamed to .github/workflows/publish_pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ jobs:
3939
# repository_url: https://test.pypi.org/legacy/
4040

4141
- name: Publish distribution 📦 to PyPI
42-
uses: pypa/gh-action-pypi-publish@master
42+
uses: pypa/gh-action-pypi-publish@release/v1
4343
with:
4444
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)