Skip to content

Commit

Permalink
Merge branch 'DigitalSlideArchive:master' into update-NucleiFeatureEx…
Browse files Browse the repository at this point in the history
…traction
  • Loading branch information
subinkitware authored Aug 30, 2023
2 parents 044d079 + 34ef17f commit b268fea
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,7 @@ jobs:

- uses: actions/upload-artifact@v3
with:
name: ${{ matrix.python }}-${{ startsWith(matrix.buildplat[1], 'macosx') && 'macosx' || matrix.buildplat[1] }}
# name: ${{ matrix.python }}-${{ startsWith(matrix.buildplat[1], 'macosx') && 'macosx' || matrix.buildplat[1] }}
path: ./wheelhouse/*.whl
make_sdist:
name: Make SDist
Expand All @@ -104,7 +104,7 @@ jobs:
run: pipx run build --sdist
- uses: actions/upload-artifact@v3
with:
name: sdist
# name: sdist
path: dist/*.tar.gz

# Still on Circle-CI
Expand All @@ -128,6 +128,9 @@ jobs:
steps:
- uses: actions/download-artifact@v3
with:
# name: artifact
name: artifact
path: dist
skip-existing: true
- name: List dist directory
run: ls dist
- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit b268fea

Please sign in to comment.