We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f2bf5fb commit 2fcc648Copy full SHA for 2fcc648
.github/workflows/deploy-pypi.yml
@@ -28,5 +28,5 @@ jobs:
28
- name: Deploy
29
run: |
30
rm -rf dist/*
31
- python setup.py bdist bdist_wheel
+ python setup.py sdist bdist_wheel
32
twine upload -u zasdfgbnm-bot -p ${{secrets.zasdfgbnm_bot_pypi_password}} dist/*
.github/workflows/deploy-test-pypi.yml
@@ -29,8 +29,7 @@ jobs:
pip install twine wheel
- [ ! -z "$GITHUB_HEAD_REF" ] && exit
33
34
git tag $(date +'v%Y.%m.%d.%H.%M.%S')
35
36
twine upload --repository-url https://test.pypi.org/legacy/ -u zasdfgbnm-bot -p ${{secrets.zasdfgbnm_bot_test_pypi_password}} dist/*
0 commit comments