Skip to content

Commit

Permalink
ci: fix hatch not found in release publish CI (#284)
Browse files Browse the repository at this point in the history
* revert: "chore(release): 0.26.0 (#283)"

This reverts commit 1657443.

Signed-off-by: Josh Usiskin <[email protected]>

* ci: fix accidental removal of hatch installation release publish CI

Signed-off-by: Josh Usiskin <[email protected]>

---------

Signed-off-by: Josh Usiskin <[email protected]>
  • Loading branch information
jusiskin authored Apr 2, 2024
1 parent 1657443 commit 221adee
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 11 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ jobs:
# Tag must be made before building so the generated _version.py files have the correct version
- name: Build
run: |
pip install --upgrade hatch
hatch -v build
- name: Configure AWS credentials
Expand Down Expand Up @@ -196,4 +197,4 @@ jobs:
# # See https://docs.github.com/en/actions/deployment/security-hardening-your-deployments/configuring-openid-connect-in-pypi
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1


10 changes: 0 additions & 10 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,13 +1,3 @@
## 0.26.0 (2024-04-02)

### BREAKING CHANGES
* public release (#271) ([`ed1e14d`](https://github.com/aws-deadline/deadline-cloud-worker-agent/commit/ed1e14df818e8161490a5c6b884320eeb7b6832e))
* remove deprecated features (#277) ([`d984094`](https://github.com/aws-deadline/deadline-cloud-worker-agent/commit/d984094f74b9ad60dd0bc82ec3eb917cda4e138d))


### Bug Fixes
* example config file inaccurately documents allow_ec2_instance_profile (#278) ([`1d1ecc1`](https://github.com/aws-deadline/deadline-cloud-worker-agent/commit/1d1ecc165384c6f14ace4465236460ba12b176ee))

## 0.25.2 (2024-03-29)


Expand Down

0 comments on commit 221adee

Please sign in to comment.