Skip to content

Commit

Permalink
[release] Fixed pypi workflow step
Browse files Browse the repository at this point in the history
  • Loading branch information
Feramance committed Sep 1, 2023
1 parent ee1339f commit 6e04b4f
Show file tree
Hide file tree
Showing 5 changed files with 7 additions and 7 deletions.
6 changes: 3 additions & 3 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
[bumpversion]
current_version = 3.7.1
current_version = 3.7.1-beta-0
tag = false
parse = (?P<major>\d+)\.(?P<minor>\d+)\.(?P<patch>\d+)(-(?P<release>.*)-(?P<build>\d+))?
serialize =
serialize =
{major}.{minor}.{patch}-{release}-{build}
{major}.{minor}.{patch}

[bumpversion:part:release]
first_value = alpha
optional_value = release
values =
values =
alpha
beta
release
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -172,7 +172,7 @@ jobs:
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: Feramance
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
package:
name: Build Binaries
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM python:3.10

LABEL Name="qBitrr"
LABEL Maintainer="Feramance"
LABEL Version="3.7.1"
LABEL Version="3.7.1-beta-0"

# Env used by the script to determine if its inside a docker -
# if this is set to 69420 it will change the working dir for docker specific values
Expand Down
2 changes: 1 addition & 1 deletion qBitrr/bundled_data.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version = "3.7.1"
version = "3.7.1-beta-0"
git_hash = "d747765"
license_text = (
"Licence can be found on:\n\nhttps://github.com/Feramance/qBitrr/blob/master/LICENSE"
Expand Down
2 changes: 1 addition & 1 deletion setup.cfg
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[metadata]
name = qBitrr2
version = 3.7.1
version = 3.7.1-beta-0
description = "A simple Python script to talk to qBittorrent and Arr's"
long_description = file: README.md
long_description_content_type = text/markdown
Expand Down

0 comments on commit 6e04b4f

Please sign in to comment.