mirror of
https://github.com/jongracecox/anybadge.git
synced 2025-07-21 12:21:03 +02:00
fix: Fix pypi publish authentication
This commit is contained in:
3
.github/workflows/python-package.yaml
vendored
3
.github/workflows/python-package.yaml
vendored
@@ -56,9 +56,6 @@ jobs:
|
||||
|
||||
- name: Upload package to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@release/v1
|
||||
with:
|
||||
user: ${{ secrets.PYPI_USERNAME }}
|
||||
password: ${{ secrets.PYPI_PASSWORD }}
|
||||
|
||||
- name: Create GitHub release
|
||||
uses: softprops/action-gh-release@v2
|
||||
|
Reference in New Issue
Block a user