fix build workflow
Some checks failed
Lint / Lint Code (Ruff & Pylint) (push) Failing after 14s
Build / Build and Push (push) Successful in 48s

This commit is contained in:
Seaswimmer 2024-06-16 06:59:46 -04:00
parent dbc519784e
commit d8688632e4
Signed by: cswimr
SSH key fingerprint: SHA256:YFMp0clWG1Y62XZeVKdIzzRltyCZhvXr9rTLRp7Eah0

View file

@ -19,6 +19,6 @@ jobs:
run: ./.venv/bin/python -m build
- name: Publish the package
uses: actions/pypi-publish@v1
uses: actions/pypi-publish@v1.8.14
with:
password: ${{ secrets.PYPI_API_TOKEN }}