kopia lustrzana https://github.com/bellingcat/auto-archiver
token name
rodzic
d31b3dda52
commit
db32b2db0d
|
@ -46,11 +46,9 @@ jobs:
|
||||||
run: |
|
run: |
|
||||||
python -m pipenv run python setup.py sdist bdist_wheel
|
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
|
- name: Publish a Python distribution to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@release/v1
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.PYPI_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
# repository_url: https://test.pypi.org/legacy/
|
|
||||||
packages_dir: dist/
|
packages_dir: dist/
|
Ładowanie…
Reference in New Issue