Skip to content

Commit be21d53

Browse files
change framework -> main in pipleine
1 parent 70f30ff commit be21d53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010

1111
- name: setup
1212
run: |
13-
rm ./src/framework/**/test_*.py
13+
rm ./src/glue_biscuit/**/test_*.py
1414
python3 -m pip install --upgrade 'poetry==1.3.1'
1515
mkdir -p ./dist
1616
sed -i 's/GH_TAG_NAME/${{ github.event.release.tag_name }}/' ./pyproject.toml

0 commit comments

Comments
 (0)