Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
J
jaxDecomp
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
Gitlab has been updated. More info
here
.
Show more breadcrumbs
Wassim KABALAN
jaxDecomp
Commits
22aa1060
Commit
22aa1060
authored
4 months ago
by
Wassim KABALAN
Browse files
Options
Downloads
Patches
Plain Diff
revert back condition for pypi release
parent
2b5fbfed
No related branches found
Branches containing commit
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
.github/workflows/github-deploy.yml
+1
-1
1 addition, 1 deletion
.github/workflows/github-deploy.yml
with
1 addition
and
1 deletion
.github/workflows/github-deploy.yml
+
1
−
1
View file @
22aa1060
...
...
@@ -52,7 +52,7 @@ jobs:
environment
:
pypi
permissions
:
id-token
:
write
#
if: github.event_name == 'release' && github.event.action == 'published'
if
:
github.event_name == 'release' && github.event.action == 'published'
# or, alternatively, upload to PyPI on every tag starting with 'v' (remove on: release above to use this)
# if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v')
steps
:
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment