Skip to content

Commit

Permalink
Try again
Browse files Browse the repository at this point in the history
  • Loading branch information
Tails86 committed Apr 19, 2024
1 parent b86a0ea commit e7e4394
Showing 1 changed file with 6 additions and 2 deletions.
8 changes: 6 additions & 2 deletions .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,9 @@ jobs:
runs-on: ubuntu-20.04
permissions:
id-token: write
environment:
name: pypi
url: https://pypi.org/project/ansi-string
steps:
- uses: actions/checkout@v2
- name: Set up Python
Expand All @@ -17,7 +20,8 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build and publish
- name: Build
run: |
python setup.py sdist bdist_wheel
twine upload --repository pypi dist/*
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit e7e4394

Please sign in to comment.