Skip to content

Commit 6dd4cc0

Browse files
committed
fix: pythonpackage GHA
1 parent a27538b commit 6dd4cc0

File tree

2 files changed

+3
-1
lines changed

2 files changed

+3
-1
lines changed

.github/workflows/pythonpackage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
if [[ "$GITHUB_REF" == refs/tags/* ]]; then
3939
TAG=${GITHUB_REF##*/}
4040
fi
41-
THISVERSION=$( python get_version.py )
41+
THISVERSION=$( python setup.py --version )
4242
THISVERSION=${TAG:-$THISVERSION}
4343
echo "Expected VERSION: \"${THISVERSION}\""
4444
echo "THISVERSION=${THISVERSION}" >> ${GITHUB_ENV}

MANIFEST.in

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
recursive-exclude .circleci/ *
2+
recursive-exclude .github/ *
23
recursive-exclude docker/ *
34
recursive-exclude docs/ *
45
recursive-exclude joss/ *
6+
recursive-exclude nitransforms/tests *
57
exclude .codecov.yml .coveragerc .gitignore .pep8speaks.yml .travis.yml Dockerfile

0 commit comments

Comments
 (0)