From a56de193da66a686314e76ef0457063c5bfa4729 Mon Sep 17 00:00:00 2001 From: skshetry Date: Tue, 12 Sep 2023 01:26:05 +0000 Subject: [PATCH] update template --- .cruft.json | 2 +- .github/workflows/release.yaml | 6 ++++-- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.cruft.json b/.cruft.json index d47859d..e8ba045 100644 --- a/.cruft.json +++ b/.cruft.json @@ -1,6 +1,6 @@ { "template": "https://github.com/iterative/cookiecutter-dvc-plugin", - "commit": "d0c923cc6da8207f5fa4f91109e48f5f9f5a17c9", + "commit": "6ab5b336e0f76560813b1980a17d4561b7f0b76c", "checkout": null, "context": { "cookiecutter": { diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5d5457c..e7589f6 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -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 @@ -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 }}