Skip to content

Commit 5166ffa

Browse files
authored
Merge pull request #42 from contextmachine/codex/fix-poetry-build-workflow
Fix poetry build workflow
2 parents 8b0e3ac + 6d248fb commit 5166ffa

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/poetry-build.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,7 @@ jobs:
5353
run: poetry install --no-interaction --no-root
5454

5555
- name: Poetry build
56-
run: |
57-
source $VENV
58-
poetry build
56+
run: poetry build
5957

6058
- name: Artifact name
6159
id: artifactname
@@ -118,4 +116,4 @@ jobs:
118116
with:
119117
repository-url: https://test.pypi.org/legacy/
120118
user: __token__
121-
password: ${{ secrets.TEST_PYPI_TOKEN }}
119+
password: ${{ secrets.TEST_PYPI_TOKEN }}

0 commit comments

Comments
 (0)