We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae62f1b commit ee3501dCopy full SHA for ee3501d
1 file changed
.github/workflows/ci-cd.yml
@@ -19,10 +19,5 @@ jobs:
19
python-version: "3.x"
20
- name: Generate package distribution
21
run: python3 setup.py sdist
22
- - name: Download all the dists
23
- uses: actions/download-artifact@v3
24
- with:
25
- name: python-package-distributions
26
- path: dist/
27
- name: Publish package distributions to PyPI
28
uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments