Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
dormant-user committed May 21, 2024
1 parent 27ce86f commit 8349c5e
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

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

# Pypi Publisher
# PyPi Publisher

`pypi-publisher` is a GitHub action designed to upload python projects to Pypi repository.

Expand All @@ -11,14 +11,15 @@
#### Add `pypi-publisher` action to your build workflow

- In your GitHub repository, select the Actions tab and either add or edit a workflow.
- Navigate to `pypi-publisher` in [Marketplace][marketplace].
- Copy and paste the yaml into your workflow.

**[OR]**

Copy & paste the following workflow definition into your project `.github/workflows/pypi-publish.yml`

```yaml
name: Pypi Publisher
name: PyPi Publisher

on:
workflow_dispatch:
Expand All @@ -29,7 +30,7 @@ jobs:
pypi-publisher:
runs-on: ubuntu-latest
steps:
- uses: thevickypedia/pypi-publisher@v2
- uses: thevickypedia/pypi-publisher@v3
env:
token: ${{ secrets.PYPI_TOKEN }}
```
Expand Down

0 comments on commit 8349c5e

Please sign in to comment.