Skip to content

Commit

Permalink
Add release instructions
Browse files Browse the repository at this point in the history
  • Loading branch information
DavAug committed Nov 26, 2023
1 parent 65ea4e5 commit 8f54754
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions RELEASE.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
# Instructions to release an update to PiPy

1. Create distributables

```[python]
python -m build
```

2. Upload distributables

```[python]
python3 -m twine upload dist/*
```

Make sure that the ``dist`` directory only contains the distributables that
you want to push, or point to the files.

3. Release package also on GitHub.

0 comments on commit 8f54754

Please sign in to comment.