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
gaoqiong
flash-attention
Commits
ecc65354
Commit
ecc65354
authored
Aug 10, 2023
by
Pierce Freeman
Browse files
Remove release creation
parent
bc6d4992
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
18 additions
and
18 deletions
+18
-18
.github/workflows/publish.yml
.github/workflows/publish.yml
+18
-18
No files found.
.github/workflows/publish.yml
View file @
ecc65354
...
@@ -15,28 +15,28 @@ on:
...
@@ -15,28 +15,28 @@ on:
push
push
jobs
:
jobs
:
setup_release
:
#
setup_release:
name
:
Create Release
#
name: Create Release
runs-on
:
ubuntu-latest
#
runs-on: ubuntu-latest
steps
:
#
steps:
-
name
:
Get the tag version
#
- name: Get the tag version
id
:
extract_branch
#
id: extract_branch
run
:
echo ::set-output name=branch::${GITHUB_REF#refs/tags/}
#
run: echo ::set-output name=branch::${GITHUB_REF#refs/tags/}
shell
:
bash
#
shell: bash
-
name
:
Create Release
#
- name: Create Release
id
:
create_release
#
id: create_release
uses
:
actions/create-release@v1
#
uses: actions/create-release@v1
env
:
#
env:
GITHUB_TOKEN
:
${{ secrets.GITHUB_TOKEN }}
#
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with
:
#
with:
tag_name
:
${{ steps.extract_branch.outputs.branch }}
#
tag_name: ${{ steps.extract_branch.outputs.branch }}
release_name
:
${{ steps.extract_branch.outputs.branch }}
#
release_name: ${{ steps.extract_branch.outputs.branch }}
build_wheels
:
build_wheels
:
name
:
Build Wheel
name
:
Build Wheel
runs-on
:
${{ matrix.os }}
runs-on
:
${{ matrix.os }}
needs
:
setup_release
#
needs: setup_release
strategy
:
strategy
:
fail-fast
:
false
fail-fast
:
false
...
...
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