Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
OpenDAS
AutoAWQ
Commits
8149d362
Commit
8149d362
authored
Aug 29, 2023
by
Casper
Browse files
Create release after build upon new tag
parent
04b164c4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
13 deletions
+11
-13
.github/workflows/build.yaml
.github/workflows/build.yaml
+11
-13
No files found.
.github/workflows/build.yaml
View file @
8149d362
...
...
@@ -2,8 +2,8 @@ name: Build AutoAWQ Wheels with CUDA
on
:
push
:
branche
s
:
-
release_package
tag
s
:
-
"
v*"
jobs
:
build_wheels
:
...
...
@@ -62,15 +62,13 @@ jobs:
$wheel_path = Get-ChildItem dist\*.whl | ForEach-Object { $_.Name }
echo "wheel_path=$wheel_path" >> $env:GITHUB_ENV
-
uses
:
actions/upload-artifact@v3
if
:
runner.os == 'Linux'
with
:
name
:
'
linux-cuda-wheels'
path
:
./dist/*.whl
-
uses
:
actions/upload-artifact@v3
if
:
runner.os == 'Windows'
-
name
:
Create a Release
id
:
create_release
uses
:
shogo82148/actions-create-release@v1
-
name
:
Upload Assets
uses
:
shogo82148/actions-upload-release-asset@v1
with
:
name
:
'
windows-cuda-wheels'
path
:
./dist/*.whl
\ No newline at end of file
upload_url
:
${{ steps.create_release.outputs.upload_url }}
asset_path
:
./dist/*.whl
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment