Skip to content

Commit

Permalink
Merge pull request #113 from hudson-and-thames/feature/workflow-upgrade
Browse files Browse the repository at this point in the history
Workflow upgrade to relese a new package version
  • Loading branch information
Jackal08 authored May 10, 2024
2 parents 4eaebc2 + 05e7b88 commit d80de6f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 4 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/publish-final-dist.yaml
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
name: Publish Distribution to PyPI

on:
pull_request:
push:
branches:
- master
tags:
- '[0-9]+.[0-9]+.[0-9]'

jobs:
build-and-publish-final-dist:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish-test-dist.yaml
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name: Publish Distribution to TestPyPI

on:
pull_request:
push:
branches:
- develop
paths:
- 'release/*'
tags:
- '[0-9]+.[0-9]+.[0-9]+-dev'

jobs:
build-and-publish-test-dist:
Expand Down
2 changes: 2 additions & 0 deletions docs/source/changelog.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ Changelog
* :feature:`50` Add a distutils command for marbles
* :bug:`58` Fixed test failure on OSX

* :release:`1.0.0 <2024-05-10>`
* :support:`93` Add poetry package manager for dependency management.

* :release:`0.9.1 <2024-01-10>`
Expand Down

0 comments on commit d80de6f

Please sign in to comment.