Skip to content

Commit

Permalink
update github workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
flaport committed Feb 13, 2025
1 parent 775a4f0 commit ddfae8f
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml → .github/workflows/docs.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: main
name: Docs
on:
workflow_dispatch:
pull_request:
Expand Down
10 changes: 6 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: publish
name: Release
on:
push:
tags:
Expand All @@ -20,18 +20,20 @@ jobs:
uses: actions/upload-artifact@v4
with:
name: dist
path: dist
path: ./dist

release:
runs-on: ubuntu-latest
needs:
- build
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Download Wheels
uses: actions/download-artifact@v4
with:
name: wheels-ubuntu-latest
path: dist
name: dist
path: ./dist
- name: PyPI Release
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit ddfae8f

Please sign in to comment.