Skip to content

Commit b573542

Browse files
author
Mat Lord
committed
chore(pypi): Enable production dist
1 parent fcb50fd commit b573542

2 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/deploy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,8 +29,8 @@ jobs:
2929
with:
3030
password: ${{ secrets.TEST_PYPI_PASSWORD }}
3131
repository_url: https://test.pypi.org/legacy/
32-
# - name: Publish distribution 📦 to PyPI
33-
# if: (contains(github.ref, 'beta')) != true
34-
# uses: pypa/gh-action-pypi-publish@master
35-
# with:
36-
# password: ${{ secrets.PYPI_PASSWORD }}
32+
- name: Publish distribution 📦 to PyPI
33+
if: (contains(github.ref, 'beta')) != true
34+
uses: pypa/gh-action-pypi-publish@master
35+
with:
36+
password: ${{ secrets.PYPI_PASSWORD }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ print(response)
4444
```
4545

4646
## Contributing
47-
For more information on contributing the to the Stax SDK, please see our [guide](CONTRIBUTING.md).
47+
For more information on contributing the to the Stax SDK, please see our [guide](https://github.com/stax-labs/lib-stax-python-sdk/blob/master/CONTRIBUTING.md).
4848

4949
## Getting Help
5050
* If you're having trouble using the Stax SDK, please refer to our [documentation](https://www.stax.io/docs/).<br>

0 commit comments

Comments
 (0)