mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 18:43:53 +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
|
name: dist
|
||||||
path: dist
|
path: dist
|
||||||
|
|
||||||
- name: Publish a Python distribution to Test PyPI
|
# - name: Publish a Python distribution to Test PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@master
|
# uses: pypa/gh-action-pypi-publish@master
|
||||||
# if: github.event.action != 'published'
|
## if: github.event.action != 'published'
|
||||||
with:
|
# with:
|
||||||
user: __token__
|
# user: __token__
|
||||||
password: ${{ secrets.PYPI_TEST_TOKEN }}
|
# password: ${{ secrets.PYPI_TEST_TOKEN }}
|
||||||
repository_url: https://test.pypi.org/legacy/
|
# repository_url: https://test.pypi.org/legacy/
|
||||||
|
|
||||||
- name: Publish a Python distribution to PyPI
|
- name: Publish a Python distribution to PyPI
|
||||||
uses: pypa/gh-action-pypi-publish@master
|
uses: pypa/gh-action-pypi-publish@master
|
||||||
Loading…
Add table
Add a link
Reference in a new issue