Skip to content

Commit

Permalink
SW-4143 Update versioneer (#1)
Browse files Browse the repository at this point in the history
* Use latest versioneer
* Use pep440 method
* remove cron job to release twice per day
  • Loading branch information
amrithvenkat authored Nov 29, 2023
1 parent 50719e6 commit 5298d50
Show file tree
Hide file tree
Showing 4 changed files with 1,347 additions and 1,374 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/test_install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,8 +5,6 @@ on:
branches:
- master
workflow_dispatch:
schedule:
- cron: "0 */12 * * *"

jobs:
install-branch:
Expand Down
4 changes: 2 additions & 2 deletions setup.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,10 @@ universal = 1

[versioneer]
VCS = git
style = pep440-tag
style = pep440
versionfile_source = src/octoprint/_version.py
versionfile_build = octoprint/_version.py
tag_prefix =
tag_prefix = v
parentdir_prefix =
lookupfile = .versioneer-lookup

Expand Down
Loading

0 comments on commit 5298d50

Please sign in to comment.