mirror of
https://github.com/aiogram/aiogram.git
synced 2025-12-13 10:26:53 +00:00
Bump version
This commit is contained in:
parent
5c1ea85e9d
commit
e5a7c69e17
7 changed files with 14 additions and 14 deletions
10
.github/workflows/testpypi.yml
vendored
10
.github/workflows/testpypi.yml
vendored
|
|
@ -57,9 +57,9 @@ jobs:
|
|||
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
|
||||
- name: Publish a Python distribution to PyPI
|
||||
uses: pypa/gh-action-pypi-publish@master
|
||||
# if: github.event.action == 'published'
|
||||
# with:
|
||||
# user: __token__
|
||||
# password: ${{ secrets.PYPI_TOKEN }}
|
||||
with:
|
||||
user: __token__
|
||||
password: ${{ secrets.PYPI_TOKEN }}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue