Skip to content

Commit

Permalink
Merge pull request #21 from jat255/fix_action
Browse files Browse the repository at this point in the history
Fix actions
  • Loading branch information
jat255 authored Jan 8, 2025
2 parents daf165a + 1123c43 commit a09fd2d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/publish_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -96,6 +96,7 @@ jobs:
publish-to-testpypi:
name: Publish Python 🐍 distribution 📦 to TestPyPI
if: ${{ ! startsWith(github.ref, 'refs/tags/') }} # only publish to PyPI on tag pushes
needs:
- build
runs-on: ubuntu-latest
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "fit-file-faker"
version = "1.2.0"
version = "1.2.1"
description = "A small tool to edit and upload FIT files to Garmin Connect"
authors = [
{ name="Josh Taillon", email="[email protected]" },
Expand Down

0 comments on commit a09fd2d

Please sign in to comment.