Skip to content

Commit 0b468f5

Browse files
committed
update template
1 parent 7f0af52 commit 0b468f5

File tree

3 files changed

+3
-4
lines changed

3 files changed

+3
-4
lines changed

.cruft.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"template": "https://github.com/iterative/cookiecutter-dvc-plugin",
3-
"commit": "370d9b6c0ccb397a2b56ceb5725dbf1f88e35e53",
3+
"commit": "975f2699be47268f322e93822b11a3e59460b1be",
44
"checkout": null,
55
"context": {
66
"cookiecutter": {

.github/workflows/release.yaml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,6 @@ jobs:
1919
pip install -U build setuptools>=58.2
2020
python -m build --sdist --wheel --outdir dist/
2121
- name: Publish packages to PyPI
22-
uses: pypa/gh-action-pypi-publish@master
22+
uses: pypa/gh-action-pypi-publish@release/v1
2323
with:
24-
user: __token__
2524
password: ${{ secrets.PYPI_TOKEN }}

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ install_requires =
3434
[options.extras_require]
3535
tests =
3636
wheel==0.37.0
37-
dvc
37+
dvc[testing]
3838
# Test requirements
3939
pytest==6.2.5
4040
pytest-cov==3.0.0

0 commit comments

Comments
 (0)