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
No known key found for this signature in database

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