We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8b0e3ac + 6d248fb commit 5166ffaCopy full SHA for 5166ffa
1 file changed
.github/workflows/poetry-build.yml
@@ -53,9 +53,7 @@ jobs:
53
run: poetry install --no-interaction --no-root
54
55
- name: Poetry build
56
- run: |
57
- source $VENV
58
- poetry build
+ run: poetry build
59
60
- name: Artifact name
61
id: artifactname
@@ -118,4 +116,4 @@ jobs:
118
116
with:
119
117
repository-url: https://test.pypi.org/legacy/
120
user: __token__
121
- password: ${{ secrets.TEST_PYPI_TOKEN }}
+ password: ${{ secrets.TEST_PYPI_TOKEN }}
0 commit comments