Skip to content

Commit b24c6ce

Browse files
committed
adding source dist to upload
1 parent 3650c7b commit b24c6ce

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/upload_pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: |
3434
mkdir dist
3535
mv unmerged/*/*.whl dist
36+
mv unmerged/*/*.tar.gz dist
3637
3738
- name: Publish distribution 📦 to PyPI
3839
uses: pypa/gh-action-pypi-publish@release/v1

.github/workflows/upload_testpypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@ jobs:
3333
run: |
3434
mkdir dist
3535
mv unmerged/*/*.whl dist
36+
mv unmerged/*/*.tar.gz dist
3637
3738
- name: Publish distribution 📦 to TestPyPI
3839
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)