We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b541c97 commit 08be184Copy full SHA for 08be184
docs/release_procedure.md
@@ -7,12 +7,13 @@
7
8
```shell
9
rm dist/*
10
-poetry build
11
-twine upload dist/*
+poetry pubish --build # you will get prompted for your pypi username/password
12
git commit -a -m "Version a.b.c.yymmdd"
13
git push upstream main
14
git tag va.b.c.yymmdd
15
git push upstream --tags
16
```
17
18
The conda bots will recognize that a new version has been uploaded to pypi, and generate a pull request sent to the maintainers to approve it.
+
19
+Note - Changes will need to be made to use pypi API tokens in the near future.
0 commit comments