fix: Fix pypi publish authentication

This commit is contained in:
Jon Grace-Cox
2024-12-30 11:04:11 -05:00
parent ba4ef2f8c1
commit 67af6673fc

View File

@@ -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