FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[View Raw Code]
[Original HTTPS Page]
dagger/.github/workflows/python_release.yml at main · raystack/dagger · GitHub
Uh oh!
There was an error while loading.
Please reload this page
.
raystack
/
dagger
Public
Notifications
You must be signed in to change notification settings
Fork
42
Star
280
Code
Issues
21
Pull requests
1
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Expand file tree
Breadcrumbs
dagger
/
.github
/
workflows
/
python_release.yml
Copy path
View runs
More file actions
More file actions
Latest commit
History
History
History
25 lines (24 loc) · 744 Bytes
Breadcrumbs
dagger
/
.github
/
workflows
/
python_release.yml
Copy path
File metadata and controls
25 lines (24 loc) · 744 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
25
name
:
Python Package
on
:
release
:
types
:
[created]
jobs
:
publishPythonZip
:
runs-on
:
ubuntu-latest
steps
:
-
uses
:
actions/checkout@v2
-
name
:
Zip Python Udf
run
:
|
cd dagger-py-functions
zip -r python_udfs.zip udfs -x "*/__init__.py"
zip -jr data.zip data
zip -r dagger-py-functions.zip requirements.txt data.zip python_udfs.zip
-
name
:
Upload Release
uses
:
ncipollo/release-action@v1
with
:
artifacts
:
dagger-py-functions/dagger-py-functions.zip
allowUpdates
:
true
omitNameDuringUpdate
:
true
omitBodyDuringUpdate
:
true
omitPrereleaseDuringUpdate
:
true
token
:
${{ secrets.GITHUB_TOKEN }}
Back
|
FazBrowse Home
|
New Git URL