Skip to content

Commit

Permalink
Merge pull request #185 from networktocode/add-build-to-ci
Browse files Browse the repository at this point in the history
Add the build process to publish
  • Loading branch information
chadell authored Oct 26, 2022
2 parents 0f05335 + 13b8b6f commit 0bf3e87
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,6 +149,8 @@ jobs:
run: "echo RELEASE_VERSION=${GITHUB_REF:10} >> $GITHUB_ENV"
- name: "Run Poetry Version"
run: "poetry version $RELEASE_VERSION"
- name: "Run Poetry Build"
run: "poetry build"
- name: "Upload binaries to release"
uses: "svenstaro/upload-release-action@v2"
with:
Expand Down Expand Up @@ -176,6 +178,8 @@ jobs:
run: "echo RELEASE_VERSION=${GITHUB_REF:10} >> $GITHUB_ENV"
- name: "Run Poetry Version"
run: "poetry version $RELEASE_VERSION"
- name: "Run Poetry Build"
run: "poetry build"
- name: "Push to PyPI"
uses: "pypa/gh-action-pypi-publish@release/v1"
with:
Expand Down

0 comments on commit 0bf3e87

Please sign in to comment.