Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
  • Loading branch information
clintval committed Apr 18, 2024
1 parent aebafeb commit c931940
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: sdist
name: bedspec-sdist
path: dist/*.tar.gz

# publish-to-pypi:
Expand All @@ -80,7 +80,7 @@ jobs:
# - uses: actions/download-artifact@v4
# with:
# path: wheels
# pattern: 'sdist|wheels-*'
# pattern: 'bedspec-*'
# merge-multiple: true
#
# - uses: pypa/gh-action-pypi-publish@release/v1
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@ jobs:

- uses: actions/upload-artifact@v4
with:
name: wheels-${{ matrix.python }}-${{ matrix.platform.target }}_${{ matrix.platform.arch }}
name: bedspec-wheels-${{ matrix.python }}-${{ matrix.platform.target }}_${{ matrix.platform.arch }}
path: ./wheelhouse/*.whl
if-no-files-found: error

0 comments on commit c931940

Please sign in to comment.