We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9165c69 commit a469d1bCopy full SHA for a469d1b
.github/workflows/main.yml
@@ -15,11 +15,11 @@ jobs:
15
uses: actions/setup-python@v5
16
- name: Install pypa/build
17
run: >-
18
- python3 -m pip install --user build twine pkginfo --upgrade
+ python3 -m pip install --user --upgrade build twine pkginfo poetry
19
- name: Build a binary wheel and a source tarball
20
run: python3 -m build
21
-# - name: Check the distribution files with `twine`
22
-# run: python3 -m twine check --strict dist/*
+ - name: Check the distribution files with `twine`
+ run: python3 -m twine check --strict dist/*
23
- name: Upload artifact
24
id: artifact-upload-step
25
uses: actions/upload-artifact@v4
0 commit comments