Skip to content

Commit

Permalink
Fix YAML
Browse files Browse the repository at this point in the history
  • Loading branch information
riedgar-ms committed May 10, 2024
1 parent d5e1912 commit c28db93
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,10 +124,10 @@ jobs:
name: bdist_files
path: dist

- uses: actions/download-artifact@v3
with:
name: sdist_files
path: dist
- uses: actions/download-artifact@v3
with:
name: sdist_files
path: dist

#- name: Publish package to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
Expand Down

0 comments on commit c28db93

Please sign in to comment.