Skip to content

Commit

Permalink
Fixes typo in workflow file
Browse files Browse the repository at this point in the history
  • Loading branch information
rand-net committed Feb 8, 2024
1 parent c37433d commit 4487bd6
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,12 +4,12 @@ on:
push:
tags:
- "v*"

jobs:
pypi-publish:
name: upload release to PyPI
runs-on: ubuntu-latest
# Specifying a GitHub environment is optional, but strongly encouraged
jobs:
pypi-publish:
name: upload release to PyPI
runs-on:
ubuntu-latest
# Specifying a GitHub environment is optional, but strongly encouraged
environment: release
permissions:
# IMPORTANT: this permission is mandatory for trusted publishing
Expand Down

0 comments on commit 4487bd6

Please sign in to comment.