Skip to content

Commit

Permalink
Publish
Browse files Browse the repository at this point in the history
  • Loading branch information
vuilleumierc committed Aug 21, 2024
1 parent ec2911e commit 94ee566
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,3 +41,7 @@ jobs:

- name: Tests
run: make tests

- name: Publish
run: c2cciutils-publish
if: env.HAS_SECRETS == 'HAS_SECRETS'
5 changes: 5 additions & 0 deletions ci/config.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
publish:
pypi:
versions:
- version_tag
- version_branch

0 comments on commit 94ee566

Please sign in to comment.