Skip to content

Commit

Permalink
ci: upload artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
shaokeyibb committed Jul 8, 2024
1 parent 106c300 commit 7070853
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions .github/workflows/publish-python-markdown-extension.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,3 +33,27 @@ jobs:
name: Publish package distributions to PyPI
with:
packages-dir: python-markdown-extension/dist/
upload-artifacts:
name: Upload Artifacts
runs-on: ubuntu-latest
defaults:
run:
working-directory: ./python-markdown-extension
permissions:
id-token: write
steps:
- uses: actions/checkout@v4
name: Checkout Repo
- uses: eifinger/setup-rye@v3
name: Setup Rye
with:
enable-cache: true
working-directory: python-markdown-extension
- run: rye sync
name: Install Dependencies
- run: rye build
name: Build Package
- uses: actions/upload-artifact@v2
with:
name: python-markdown-extension
path: python-markdown-extension/dist/

0 comments on commit 7070853

Please sign in to comment.