Skip to content

Remove Test Publishing #22

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 60 commits into from
Feb 16, 2022
Merged
Changes from all commits
Commits
Show all changes
60 commits
Select commit Hold shift + click to select a range
7353411
Comments and Style
Behemyth Dec 19, 2021
c2c80a8
More Comments
Behemyth Dec 19, 2021
b889379
Update Pytest Library Fixtures
Behemyth Dec 22, 2021
a8be9bb
Update pdm.lock
Behemyth Jan 11, 2022
8ceffd1
Fix Test Discovery
Behemyth Jan 11, 2022
6fade4e
Changes
Behemyth Jan 13, 2022
d0a48be
Broken Test
Behemyth Jan 14, 2022
69c0850
Ya
Behemyth Jan 14, 2022
a3bdf79
Update Versioning
Behemyth Jan 19, 2022
1685aa6
Update Versions
Behemyth Jan 27, 2022
24e3bac
Typing
Behemyth Feb 1, 2022
ac665f4
More Type Fixing
Behemyth Feb 2, 2022
c843f49
Update Chore
Behemyth Feb 3, 2022
1ab173b
Docstrings
Behemyth Feb 3, 2022
987bdd1
Update Chore
Behemyth Feb 4, 2022
7419d21
Add Defaults
Behemyth Feb 5, 2022
018e6a2
Fix Tests
Behemyth Feb 6, 2022
0c343bc
Add Schema Test
Behemyth Feb 6, 2022
921cbee
us
Behemyth Feb 6, 2022
52c2e27
Remove Unused
Behemyth Feb 6, 2022
bee8241
Removed Unused Tests
Behemyth Feb 6, 2022
506548e
Removed duplicated schema tests
Behemyth Feb 6, 2022
f1cb0ce
Update Chore
Behemyth Feb 7, 2022
890aab1
Plugin Tests + Remove MP Tests
Behemyth Feb 7, 2022
9f1e7d1
Remove x-dist
Behemyth Feb 7, 2022
a7485b3
Proper Entry Points
Behemyth Feb 8, 2022
7699b2e
Remove Interface Plugin + Update Chore
Behemyth Feb 8, 2022
3d36713
Strip Project to Essentials
Behemyth Feb 9, 2022
891d5df
Type Cleanup
Behemyth Feb 9, 2022
2f4b109
Data
Behemyth Feb 9, 2022
3ec5498
Update Plugin Test
Behemyth Feb 9, 2022
19ceac5
Tests
Behemyth Feb 9, 2022
1491bd2
Integration Tests
Behemyth Feb 10, 2022
ef07902
Pydantic Types
Behemyth Feb 10, 2022
5104c1d
Chores
Behemyth Feb 11, 2022
b5733ac
Type Cleanup
Behemyth Feb 11, 2022
a1dc394
Type Fixes
Behemyth Feb 11, 2022
c6ee3af
Remove Outdated Tests
Behemyth Feb 11, 2022
048a369
Readd Generator Read
Behemyth Feb 11, 2022
21cdcf2
Update Chore
Behemyth Feb 12, 2022
e30769a
Fix Tests
Behemyth Feb 12, 2022
90b5d60
Comments
Behemyth Feb 12, 2022
bd65745
Pass through Data
Behemyth Feb 12, 2022
50cd1e0
Fix CMake Tests
Behemyth Feb 12, 2022
0e2bd77
Chore
Behemyth Feb 13, 2022
1243dcf
Call install
Behemyth Feb 13, 2022
9de7904
Remove conftest
Behemyth Feb 13, 2022
d76a8bf
Comments
Behemyth Feb 14, 2022
e06afad
Command Update
Behemyth Feb 14, 2022
b754e0e
test_interface
Behemyth Feb 14, 2022
c746a1e
Test Comments
Behemyth Feb 15, 2022
ff80734
SchemaTODOs
Behemyth Feb 15, 2022
9a468a5
More TODOs
Behemyth Feb 15, 2022
aea4635
Fix TODOs
Behemyth Feb 15, 2022
caac57e
Update Workflow
Behemyth Feb 16, 2022
7f79597
Merge branch 'development' of https://github.com/Synodic-Software/CPP…
Behemyth Feb 16, 2022
47c0771
Merge branch 'development' of https://github.com/Synodic-Software/CPP…
Behemyth Feb 16, 2022
bc7fd33
Update Release Again
Behemyth Feb 16, 2022
8325008
Merge branch 'development' of https://github.com/Synodic-Software/CPP…
Behemyth Feb 16, 2022
750dff2
Remove Test Publish + Move Secret
Behemyth Feb 16, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
9 changes: 1 addition & 8 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,19 +2,12 @@ name: Publish Python Package
on:
release:
types: [published]
push:

jobs:
publish_development:
if: github.event_name == 'push'
uses: synodic-software/.github/.github/workflows/python-publish.yml@stable
with:
repository_url: https://test.pypi.org/
token: ${{ secrets.TEST_PYPI_API_TOKEN }}

publish_release:
if: github.event_name == 'release' && github.event.action == 'published'
uses: synodic-software/.github/.github/workflows/python-publish.yml@stable
with:
repository_url: https://pypi.org/
secrets:
token: ${{ secrets.PYPI_API_TOKEN }}