Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 2 additions & 4 deletions .github/workflows/poetry-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,9 +53,7 @@ jobs:
run: poetry install --no-interaction --no-root

- name: Poetry build
run: |
source $VENV
poetry build
run: poetry build

- name: Artifact name
id: artifactname
Expand Down Expand Up @@ -118,4 +116,4 @@ jobs:
with:
repository-url: https://test.pypi.org/legacy/
user: __token__
password: ${{ secrets.TEST_PYPI_TOKEN }}
password: ${{ secrets.TEST_PYPI_TOKEN }}