Skip to content

Commit e9821bb

Browse files
authored
Merge pull request #476 from MAIF/hotfix/pypi_branch
Update main.yml
2 parents 4fb839c + 6100225 commit e9821bb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python setup.py sdist bdist_wheel
3535
- name: Deploy to PyPI
3636
if: success() && startsWith(github.ref, 'refs/tags') && matrix.python-version == '3.10'
37-
uses: pypa/gh-action-pypi-publish@master
37+
uses: pypa/gh-action-pypi-publish@release/v1
3838
with:
3939
user: __token__
40-
password: ${{ secrets.PYPI_API_TOKEN }}
40+
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)