Skip to content

Commit 6626140

Browse files
committed
Update CONTRIBUTING
1 parent 4e2aa7e commit 6626140

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,8 @@ python3 -m pytest
1919

2020
Publish to PyPi:
2121

22-
```sh
22+
```shell
23+
export FLIT_USERNAME=__token__
24+
export FLIT_PASSWORD=<your-pypi-token>
2325
flit publish
2426
```

0 commit comments

Comments
 (0)