Skip to content

Commit

Permalink
modify workflow and update changelog.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
ben9809 committed May 10, 2024
1 parent 4eaebc2 commit 5b2f498
Show file tree
Hide file tree
Showing 3 changed files with 9 additions and 5 deletions.
6 changes: 4 additions & 2 deletions .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
- develop
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 5b2f498

Please sign in to comment.