We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 921d4f0 commit d80878cCopy full SHA for d80878c
1 file changed
RELEASE.md
@@ -10,7 +10,7 @@ The following are the steps to follow to make a new PySCIPOpt release. They shou
10
pip install -i https://test.pypi.org/simple/ PySCIPOpt
11
```
12
- [ ] If it works, release on pypi.org with running the same workflow but with `test-pypi:false`.
13
-- [ ] Then create a tag wit the new version (from the master branch)
+- [ ] Then create a tag with the new version (from the master branch)
14
```bash
15
git tag vX.X.X
16
git push origin vX.X.X
0 commit comments