Skip to content

Commit 24886ea

Browse files
committed
Updated builds
1 parent c8b7d12 commit 24886ea

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@ name: Main
44
on:
55
# Runs on pushes targeting the default branch
66
push:
7-
branches: ["main"]
7+
branches: ["main","master"]
88
pull_request:
9-
branches: [ main ]
9+
branches: [ main , master]
1010

1111
# Allows you to run this workflow manually from the Actions tab
1212
workflow_dispatch:

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build:
1818
python3 -m build
1919

2020
test_upload:
21-
python3 -m twine upload -u wulffern --repository testpypi dist/*
21+
python3 -m twine upload -u __token__ --repository testpypi dist/*
2222

2323
upload:
24-
python3 -m twine upload -u wulffern --repository pypi dist/*
24+
python3 -m twine upload -u __token__ --repository pypi dist/*

0 commit comments

Comments
 (0)