pipfile test

This commit is contained in:
msramalho
2023-02-07 23:21:18 +00:00
parent 676bc905c6
commit e19a4c85ed
4 changed files with 1406 additions and 3 deletions

View File

@@ -40,7 +40,7 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}