Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
filipporomani committed Oct 1, 2024
2 parents 9a16fcd + fe544bd commit c2eeeef
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,21 +16,21 @@ permissions:
contents: read

jobs:
deploy:
deployment:

runs-on: ubuntu-latest

environment: publish
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v3
with:
python-version: '3.12'
- name: Install dependencies
- name: Install packages
run: |
python -m pip install --upgrade pip
pip install build
- name: Build package
- name: Building...
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
Expand Down

0 comments on commit c2eeeef

Please sign in to comment.