Skip to content

Commit

Permalink
fix github pypi action
Browse files Browse the repository at this point in the history
  • Loading branch information
Jon Bulica committed Feb 12, 2024
1 parent b56c575 commit 5d50db5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
@@ -1,10 +1,6 @@
name: Publish Python 🐍 distribution 📦 to PyPI

on:
push:
branches: [ "master" ]
pull_request:
branches: [ "master" ]
on: push

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
setup(
name="fitconnect_client",
packages=find_packages(include=["fitconnect_client", "fitconnect_client.objects"]),
version="0.1.2",
version="0.1.3",
description="A python SDK to interact with the German Fitconnect system",
long_description="A python SDK to interact with the German Fitconnect system",
author="Jon Bulica",
Expand Down

0 comments on commit 5d50db5

Please sign in to comment.