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 d544000 commit 5c4b7f2Copy full SHA for 5c4b7f2
.github/workflows/main.yml
@@ -16,12 +16,16 @@ jobs:
16
- name: Install pypa/build
17
# We need a recent version of `packaging`, otherwise we encounter this bug:
18
# https://github.com/pypa/twine/issues/1216
19
- run: >-
+ run: |
20
python3 -m pip install --user build twine packaging>=25.0
21
+ python3 -m pip freeze
22
- name: Build a binary wheel and a source tarball
23
run: python3 -m build
24
- name: Check the distribution files with `twine`
- run: twine check --strict dist/*
25
26
+ which twine
27
+ twine --version
28
+ twine check --strict dist/*
29
- name: Upload artifact
30
id: artifact-upload-step
31
uses: actions/upload-artifact@v4
0 commit comments