Skip to content

Commit

Permalink
Merge pull request #62 from xsuite/deploy-on-tag
Browse files Browse the repository at this point in the history
Deploy xdeps on a tag push not on a gh release
  • Loading branch information
szymonlopaciuk authored May 14, 2024
2 parents d3ef2cc + f08e9e2 commit cd999a5
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Publish Xdeps to PyPI

on:
release:
types: [released, edited]
push:
tags:
- v*

jobs:
build-wheels:
Expand Down

0 comments on commit cd999a5

Please sign in to comment.