Skip to content

Commit eb168b3

Browse files
committed
wip
1 parent 053ed82 commit eb168b3

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.github/workflows/poetry-build-test-release.yml

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,9 @@ jobs:
4040
poetry run flake8 ./src --count --exit-zero --max-complexity=10 --max-line-length=127 --statistics
4141
- name: Publish distribution 📦 to PyPI
4242
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
43-
uses: code-specialist/pypi-poetry-publish@v1
4443
with:
4544
ACCESS_TOKEN: ${{ secrets.GITHUB_TOKEN }}
46-
PUBLISH_REGISTRY_PASSWORD: ${{ secrets.PYPI_TOKEN }}
45+
PUBLISH_REGISTRY_PASSWORD: ${{ secrets.PYPI_TOKEN }}
46+
run: |
47+
poetry config pypi-token.pypi ${{ secrets.PYPI_TOKEN }}
48+
poetry publish

0 commit comments

Comments
 (0)