File tree Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Expand file tree Collapse file tree 3 files changed +3
-4
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"template" : " https://github.com/iterative/cookiecutter-dvc-plugin" ,
3
- "commit" : " 370d9b6c0ccb397a2b56ceb5725dbf1f88e35e53 " ,
3
+ "commit" : " 975f2699be47268f322e93822b11a3e59460b1be " ,
4
4
"checkout" : null ,
5
5
"context" : {
6
6
"cookiecutter" : {
Original file line number Diff line number Diff line change 19
19
pip install -U build setuptools>=58.2
20
20
python -m build --sdist --wheel --outdir dist/
21
21
- name : Publish packages to PyPI
22
- uses : pypa/gh-action-pypi-publish@master
22
+ uses : pypa/gh-action-pypi-publish@release/v1
23
23
with :
24
- user : __token__
25
24
password : ${{ secrets.PYPI_TOKEN }}
Original file line number Diff line number Diff line change @@ -34,7 +34,7 @@ install_requires =
34
34
[options.extras_require]
35
35
tests =
36
36
wheel ==0.37.0
37
- dvc
37
+ dvc[testing]
38
38
# Test requirements
39
39
pytest ==6.2.5
40
40
pytest-cov ==3.0.0
You can’t perform that action at this time.
0 commit comments