We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4735f28 commit 6f1cf82Copy full SHA for 6f1cf82
.github/workflows/python-publish.yml
@@ -29,7 +29,3 @@ jobs:
29
run: |
30
python setup.py sdist bdist_wheel
31
twine upload dist/*
32
- - name: Publish to Anaconda
33
- run: |
34
- anaconda login --username ${{ secrets.ANACONDA_USERNAME }} --password ${{ secrets.ANACONDA_PASSWORD }}
35
- anaconda upload dist/*.tar.gz
0 commit comments