Skip to content

Commit

Permalink
fix the wheel publish ci
Browse files Browse the repository at this point in the history
  • Loading branch information
sverbruggen committed Oct 8, 2024
1 parent abc868a commit abed8b5
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: python-package-distributions
path: libraries/**/dist/
path: dist/

publish-dagster-uc:
name: >-
Expand All @@ -84,10 +84,10 @@ jobs:
name: python-package-distributions
path: my_dists/
- name: list files
run: ls my_dists/dagster-delta/dist/
run: ls my_dists/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: my_dists/dagster-delta/dist/
packages-dir: my_dists/
password: ${{ secrets.PYPI_API_TOKEN_DD }}
verbose: true

0 comments on commit abed8b5

Please sign in to comment.