Skip to content

Commit ee3501d

Browse files
committed
Fix CI
1 parent ae62f1b commit ee3501d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,5 @@ jobs:
1919
python-version: "3.x"
2020
- name: Generate package distribution
2121
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/
2722
- name: Publish package distributions to PyPI
2823
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)