Skip to content

Commit 22e540b

Browse files
committed
Remove fixed tag
1 parent 039e596 commit 22e540b

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/publish.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,6 @@ jobs:
2424
curl -sSL https://install.python-poetry.org | python3 -
2525
echo "$HOME/.local/bin" >> $GITHUB_PATH
2626
27-
- name: Set fixed tag for TestPyPI
28-
run: echo "POETRY_DYNAMIC_VERSIONING_TAG=0.0.1" >> $GITHUB_ENV
29-
3027
- name: Configure Poetry for TestPyPI
3128
run:
3229
poetry config repositories.test-pypi https://test.pypi.org/legacy/ &&

0 commit comments

Comments
 (0)