pull/72/head
msramalho 2023-02-07 23:59:33 +00:00
rodzic d31b3dda52
commit db32b2db0d
1 zmienionych plików z 1 dodań i 3 usunięć

Wyświetl plik

@ -46,11 +46,9 @@ jobs:
run: |
python -m pipenv run python setup.py sdist bdist_wheel
# to upload to test pypi, pass repository_url: https://test.pypi.org/legacy/ and use secrets.TEST_PYPI_TOKEN
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
# repository_url: https://test.pypi.org/legacy/
password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: dist/