Skip to content

Commit a469d1b

Browse files
Also install poetry with twine/build
1 parent 9165c69 commit a469d1b

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -15,11 +15,11 @@ jobs:
1515
uses: actions/setup-python@v5
1616
- name: Install pypa/build
1717
run: >-
18-
python3 -m pip install --user build twine pkginfo --upgrade
18+
python3 -m pip install --user --upgrade build twine pkginfo poetry
1919
- name: Build a binary wheel and a source tarball
2020
run: python3 -m build
21-
# - name: Check the distribution files with `twine`
22-
# run: python3 -m twine check --strict dist/*
21+
- name: Check the distribution files with `twine`
22+
run: python3 -m twine check --strict dist/*
2323
- name: Upload artifact
2424
id: artifact-upload-step
2525
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)