Skip to content

Commit

Permalink
updated.
Browse files Browse the repository at this point in the history
  • Loading branch information
KyeRussell committed Apr 1, 2024
1 parent b0b7e0b commit 5c57a35
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
10 changes: 8 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Upload Python package

on:
release:
types: [published]
push:
tags:
- "v*.*.*"

permissions:
contents: read
Expand Down Expand Up @@ -39,5 +40,10 @@ jobs:
uses: actions/download-artifact@v4
with:
name: dist
- name: Publish GitHub release
uses: softprops/action-gh-release@v1
with:
files: dist/*
fail_on_unmatched_files: true
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
2 changes: 1 addition & 1 deletion src/boomgate/__about__.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = "0.0.1-dev1"
__version__ = "v0.0.1-dev1"

0 comments on commit 5c57a35

Please sign in to comment.