We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8fcad18 commit b93b098Copy full SHA for b93b098
.github/workflows/publish-to-pypi.yaml
@@ -19,13 +19,12 @@ jobs:
19
generate-run-shell: true
20
cache-environment: true
21
#cache-downloads: false
22
- - name: Form tarball and wheel to publish
+ - name: Form tarball to publish
23
run: |
24
micromamba env list
25
micromamba list -v
26
env
27
- pip install build --user
28
- python3 -m build
+ python3 setup.py sdist
29
shell: micromamba-shell {0}
30
- name: Store the distribution packages
31
uses: actions/upload-artifact@v4
0 commit comments