Skip to content

Commit

Permalink
ci: fix blob storage
Browse files Browse the repository at this point in the history
  • Loading branch information
BoboTiG committed Feb 6, 2024
1 parent 4f451f7 commit d1439f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build-and-publish.yml
Expand Up @@ -85,6 +85,7 @@ jobs:
with:
name: python-package-distributions
path: ./dist/*.whl
overwrite: true

source-distribution:
name: Build source distribution
Expand All @@ -105,7 +106,7 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist
path: dist/*.tar.gz
retention-days: 4

publish:
Expand Down

0 comments on commit d1439f9

Please sign in to comment.