Skip to content

Remove double --repo-name in .pre-commit-config.yml (#188) #61

Remove double --repo-name in .pre-commit-config.yml (#188)

Remove double --repo-name in .pre-commit-config.yml (#188) #61

Workflow file for this run

name: push
"on":
push:
branches:
- master
jobs:
tag:
runs-on: ubuntu-latest
steps:
- name: Tag the latest commit
uses: dycw/action-tag-commit@latest
publish:
environment:
name: pypi
permissions:
id-token: write
runs-on: ubuntu-latest
steps:
- name: Build and publish the package
uses: dycw/action-publish-package@latest
with: {}