8000
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 8684058 commit d1b7a6cCopy full SHA for d1b7a6c
.github/workflows/publish-pypi.yml
@@ -23,7 +23,7 @@ jobs:
23
- name: Build dist files
24
run: |
25
python -m pip install --upgrade pip
26
- pip install -e .[test]
+ pip install -e .[test] build
27
python -m build
28
git describe --tag --dirty --always
29
- name: Publish distribution 📦 to Test PyPI
.github/workflows/run-tests.yml
@@ -23,9 +23,14 @@ jobs:
- name: Install dependencies
- name: Test with pytest
if: always()
30
31
pytest test
32
+
33
+ - name: Test 4453 build
34
+ if: always()
35
+ run: |
36
+ python -m build
0 commit comments