Skip to content
This repository was archived by the owner on Jun 29, 2022. It is now read-only.

Commit 3977002

Browse files
committed
release to pypi
1 parent f77041c commit 3977002

File tree

2 files changed

+8
-8
lines changed

2 files changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -54,12 +54,12 @@ jobs:
5454
run: |
5555
poetry build --ansi
5656
57-
# - name: Publish package on PyPI
58-
# if: steps.check-version.outputs.tag
59-
# uses: pypa/[email protected]
60-
# with:
61-
# user: __token__
62-
# password: ${{ secrets.PYPI_TOKEN }}
57+
- name: Publish package on PyPI
58+
if: steps.check-version.outputs.tag
59+
uses: pypa/[email protected]
60+
with:
61+
user: __token__
62+
password: ${{ secrets.PYPI_TOKEN }}
6363

6464
- name: Publish package on TestPyPI
6565
if: "! steps.check-version.outputs.tag"

poetry.lock

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)