Skip to content

Commit b3d12a5

Browse files
committed
put this back
1 parent 41be3fb commit b3d12a5

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/build_hyperdrivetypes.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ name: build and upload hyperdrivetypes wheel
22

33
on:
44
push:
5-
# tags:
6-
# - "v*"
5+
tags:
6+
- "v*"
77

88
jobs:
99

CONTRIBUTING.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ If you find a bug, we recommend that you post an [issue](https://github.com/delv
66

77
## Release steps
88

9-
1. [ ] Double-check that the version in `contracts/src/libraries/Constants.sol` matches the version to be tagged. If it doesn't, update it and run `make build` to automatically update the hyperdrivetypes `pyproject.toml` file. Merge a PR with these changes before tagging.
9+
1. [ ] Double-check that the version in `contracts/src/libraries/Constants.sol` matches the version to be tagged. If it doesn't, update it and run `make build` to automatically update the hyperdrivetypes `pyproject.toml` file. If there is a fourth version number in `pyproject.toml` you will have to delete it manually. Merge a PR with these changes before tagging.
1010
2. [ ] Tag the release with `git tag vX.Y.Z`.
1111
3. [ ] Push the release to Github with `git push --tags`.
1212
4. [ ] Go to the `releases` tab in Github and add the new tag as a release. Click the "Generate Release Notes" button to generate release notes.

0 commit comments

Comments
 (0)