FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
pipefunc/.github/workflows/pythonpublish.yml at local-mapasync · pipefunc/pipefunc · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
pipefunc
/
pipefunc
Public
Notifications
You must be signed in to change notification settings
Fork
21
Star
477
Code
Issues
28
Pull requests
47
Discussions
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Discussions
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
pipefunc
/
.github
/
workflows
/
pythonpublish.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
24 lines (22 loc) · 531 Bytes
Breadcrumbs
pipefunc
/
.github
/
workflows
/
pythonpublish.yml
Copy path
File metadata and controls
24 lines (22 loc) · 531 Bytes
Raw
Copy raw file
Download raw file
Open symbols panel
Edit and raw actions
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
name
:
Upload Python Package
on
:
release
:
types
:
[published]
jobs
:
deploy
:
runs-on
:
ubuntu-latest
environment
:
name
:
pypi
url
:
https://pypi.org/p/${{ github.repository }}
permissions
:
id-token
:
write
steps
:
-
uses
:
actions/checkout@v4
with
:
fetch-depth
:
0
-
name
:
Install uv
uses
:
astral-sh/setup-uv@v5
-
name
:
Build
run
:
uv build
-
name
:
Publish package distributions to PyPI
uses
:
pypa/gh-action-pypi-publish@release/v1
Back
|
FazBrowse Home
|
New Git URL