Skip to content

Commit b93b098

Browse files
committed
only form tarball for pypi
1 parent 8fcad18 commit b93b098

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/publish-to-pypi.yaml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ jobs:
1919
generate-run-shell: true
2020
cache-environment: true
2121
#cache-downloads: false
22-
- name: Form tarball and wheel to publish
22+
- name: Form tarball to publish
2323
run: |
2424
micromamba env list
2525
micromamba list -v
2626
env
27-
pip install build --user
28-
python3 -m build
27+
python3 setup.py sdist
2928
shell: micromamba-shell {0}
3029
- name: Store the distribution packages
3130
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)