Skip to content

Commit

Permalink
Update CONTRIBUTING.md
Browse files Browse the repository at this point in the history
  • Loading branch information
lieryan authored Mar 20, 2024
1 parent ecf7083 commit 06b42e3
Showing 1 changed file with 2 additions and 11 deletions.
13 changes: 2 additions & 11 deletions CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -47,20 +47,11 @@ Run `pytest` to run plugin tests.

## Publishing

If this is your first time publishing to PyPI, follow the instruction at [Twine
docs](https://packaging.python.org/guides/distributing-packages-using-setuptools/#create-an-account)
to create an PyPI account and setup Twine.

FIXME: update this to use the Github Publishing workflow
This repository is setup to publish to PyPI using Github Actions when creating a Github Release.

1. Update version number in `setup.cfg`.

2. Tag the release:

``` bash
git tag --sign 0.1.3
git push origin main 0.1.3
```
2. [Create a new Release](https://github.com/python-rope/pylsp-rope/releases/new)

3. Github Actions should publish to PyPI shortly. Verify the publishing are
successful at https://pypi.org/project/pylsp-rope/#history.
Expand Down

0 comments on commit 06b42e3

Please sign in to comment.