Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
dcottingham committed Jun 16, 2021
1 parent 8fcd069 commit e9c77e3
Showing 1 changed file with 8 additions and 9 deletions.
17 changes: 8 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,15 +14,6 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v2
- name: Bump version
env:
PYTHON_PATH: python
run: |
git config user.email "Grp-opensourceoffice@adobe.com"
git config user.name "Adobe Release Bot"
make version_bump part=${{ github.event.inputs.bump }}
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v2
Expand All @@ -35,6 +26,14 @@ jobs:
PYTHON_VERSION: 3.9
run: |
make pre_build
- name: Bump version
env:
PYTHON_PATH: python
run: |
git config user.email "Grp-opensourceoffice@adobe.com"
git config user.name "Adobe Release Bot"
make version_bump part=${{ github.event.inputs.bump }}
- uses: actions/checkout@v2
- name: Build and publish new version
env:
TWINE_USERNAME: __token__
Expand Down

0 comments on commit e9c77e3

Please sign in to comment.