Skip to content

Commit

Permalink
chore: fixing cd.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 23, 2023
1 parent 1a2fea3 commit 695909f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
- uses: hynek/build-and-inspect-python-package@v1

# Download the build package files
download-package:
name: Download packages built by build-and-inspect-python-package
needs: build-package
with:
name: Packages
path: dist
uses: actions/download-artifact@v3
# download-package:
# name: Download packages built by build-and-inspect-python-package
# needs: build-package
# with:
# name: Packages
# path: dist
# uses: actions/download-artifact@v3

# # Upload to Test PyPI on every commit on main.
# release-test-pypi:
Expand Down

0 comments on commit 695909f

Please sign in to comment.