Skip to content

Commit

Permalink
Update release.
Browse files Browse the repository at this point in the history
  • Loading branch information
benjaminrwilson committed Jan 24, 2025
1 parent c77fb00 commit 13e5591
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,15 +61,15 @@ jobs:
steps:
- name: Download all the dists.
uses: actions/download-artifact@v4
with:
merge-multiple: true
# with:
# merge-multiple: true
- name: Display structure of downloaded files
run: ls -R
- name: Publish distribution to TestPyPI.
uses: pypa/gh-action-pypi-publish@release/v1
with:
repository-url: https://test.pypi.org/legacy/
packages-dir: target/wheels
# packages-dir: target/wheels

# steps:
# - uses: actions/download-artifact@v4
Expand Down

0 comments on commit 13e5591

Please sign in to comment.