mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-05 23:34:42 +00:00
Rename deployment script
This commit is contained in:
parent
a19b6bcf3a
commit
16cf6419d3
1 changed files with 7 additions and 7 deletions
|
|
@ -49,13 +49,13 @@ jobs:
|
|||
name: dist
|
||||
path: dist
|
||||
|
||||
- name: Publish a Python distribution to Test PyPI
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
# if: github.event.action != 'published'
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.PYPI_TEST_TOKEN }}
|
||||
repository_url: https://test.pypi.org/legacy/
|
||||
# - name: Publish a Python distribution to Test PyPI
|
||||
# uses: pypa/gh-action-pypi-publish@master
|
||||
## if: github.event.action != 'published'
|
||||
# with:
|
||||
# user: __token__
|
||||
# password: ${{ secrets.PYPI_TEST_TOKEN }}
|
||||
# repository_url: https://test.pypi.org/legacy/
|
||||
|
||||
- name: Publish a Python distribution to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
Loading…
Add table
Add a link
Reference in a new issue