Skip to content

Commit

Permalink
addressed saurabh's comments
Browse files Browse the repository at this point in the history
  • Loading branch information
Mayur Prajapati committed Oct 3, 2024
1 parent dc1a145 commit db1c761
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ name: Publish package to PyPI
on:
push:
tags:
- '*' # Push events to every tag not containing /
- 'v*' # Push events to tag which starts with v.

jobs:
build:
Expand Down Expand Up @@ -38,7 +38,7 @@ jobs:
runs-on: ubuntu-latest
environment:
name: pypi
url: https://pypi.org/p/scalr # Replace <package-name> with your PyPI project name
url: https://pypi.org/p/pyscalr
permissions:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
Expand Down

0 comments on commit db1c761

Please sign in to comment.