Skip to content

Commit

Permalink
update template
Browse files Browse the repository at this point in the history
  • Loading branch information
skshetry authored Sep 12, 2023
1 parent a157120 commit a56de19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .cruft.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"template": "https://github.com/iterative/cookiecutter-dvc-plugin",
"commit": "d0c923cc6da8207f5fa4f91109e48f5f9f5a17c9",
"commit": "6ab5b336e0f76560813b1980a17d4561b7f0b76c",
"checkout": null,
"context": {
"cookiecutter": {
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ permissions:

jobs:
pip:
environment: pypi
permissions:
contents: read
id-token: write
runs-on: ubuntu-20.04
steps:
- uses: actions/checkout@v3
Expand All @@ -27,5 +31,3 @@ jobs:
twine check dist/*
- name: Publish packages to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit a56de19

Please sign in to comment.