Skip to content

Commit 8957a77

Browse files
authored
Dev (#86)
2 parents f7b0e40 + 171fbbf commit 8957a77

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Deploy and Publish
22

33
on:
44
push:
5-
branches: [prd, stg, dev]
5+
branches: [prd, dev]
66
paths-ignore: # Pushes that include only these changed files won't trigger actions
77
- "**/README.md"
88
- "**/.gitignore"
@@ -21,7 +21,7 @@ jobs:
2121
cancel-in-progress: false
2222
steps:
2323
- name: Update Version
24-
uses: byuawsfhtl/UpdateVersion@v1.0.7
24+
uses: byuawsfhtl/UpdateVersion@v1.0.9
2525
with:
2626
token: ${{ secrets.RLL_BOT_PERSONAL_ACCESS_TOKEN }}
2727
versionPath: ${{ github.workspace }}/PyBugReporter/_version.py
@@ -75,4 +75,4 @@ jobs:
7575
uses: pypa/gh-action-pypi-publish@release/v1
7676
with:
7777
username: __token__
78-
password: ${{ secrets.PYPI_ACCESS_TOKEN }}
78+
password: ${{ secrets.PYPI_ACCESS_TOKEN }}

PyBugReporter/_version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '1.0.14'
1+
__version__ = '1.0.14'

0 commit comments

Comments
 (0)