Skip to content

Commit

Permalink
Add docs to GitHub pages
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed May 19, 2024
1 parent 34b0f6c commit 3e98708
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
[![made-with-gha](https://img.shields.io/badge/Made%20with-Github_Actions-black?style=for-the-badge&logo=GitHub)][marketplace]

[![pages](https://github.com/thevickypedia/none-shall-pass/actions/workflows/pages/pages-build-deployment/badge.svg)][pages]

# Pypi Publisher

`pypi-publisher` is a GitHub action designed to upload python projects to Pypi repository.
Expand Down Expand Up @@ -27,7 +29,7 @@ jobs:
pypi-publisher:
runs-on: ubuntu-latest
steps:
- uses: thevickypedia/pypi-publisher@v1
- uses: thevickypedia/pypi-publisher@v2
env:
token: ${{ secrets.PYPI_TOKEN }}
```
Expand All @@ -51,6 +53,7 @@ jobs:

Licensed under the [MIT License][license]

[pages]: https://thevickypedia.github.io/pypi-publisher/
[license]: https://github.com/thevickypedia/pypi-publish/blob/main/LICENSE
[test-pypi]: https://test.pypi.org
[marketplace]: https://github.com/marketplace/actions/pypi-publisher

0 comments on commit 3e98708

Please sign in to comment.