Skip to content

Commit

Permalink
fix bad formatting in release process (#138)
Browse files Browse the repository at this point in the history
  • Loading branch information
zhindes authored Feb 2, 2022
1 parent 56206db commit 51a90bb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,8 @@ $ poetry run sphinx-build -b html docs docs\_build
3. Run tests on every supported Python version. Refer to [Testing](#testing) section for details.
4. Build the documentation and spot check the output. Refer to [Building Documentation](#building-documentation)
section for details. Note that [nidaqmx-python @ readthedocs.io](https://nidaqmx-python.readthedocs.io/en/latest/)
has been configured to automatically update when the tagged GitHub release has been created in step
6. That can be verified once that has been completed.
has been configured to automatically update when the tagged GitHub release has been created. That
can be verified once that has been completed.
5. Publish **nidaqmx** to pypi by running:
```sh
$ poetry publish
Expand Down

0 comments on commit 51a90bb

Please sign in to comment.