Skip to content
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

Release v0.10.6 #13

Merged
merged 32 commits into from
May 7, 2024
Merged
Changes from 1 commit
Commits
Show all changes
32 commits
Select commit Hold shift + click to select a range
ab21a22
fixed all issues for the build system and updated feems
kevinksyTRD Mar 26, 2024
f255a7a
pipeline for testing added
kevinksyTRD Mar 26, 2024
d92bacf
fixed requirement
kevinksyTRD Mar 26, 2024
acbccdb
linting
kevinksyTRD Mar 26, 2024
52d6e88
fixed test pipeline
kevinksyTRD Mar 26, 2024
46ca585
test publishing to pypi
kevinksyTRD Mar 26, 2024
3557f6a
Bump urllib3 from 2.0.5 to 2.0.7 in /feems
dependabot[bot] Mar 26, 2024
415cd96
fixes related to release pipeline
kevinksyTRD Mar 26, 2024
a64c7c6
Merge branch 'main' into 3-update-build-system-for-all-packages
kevinksyTRD Mar 26, 2024
75affc7
fixed version numbers
kevinksyTRD Mar 26, 2024
cc038b5
publish pipeline added
kevinksyTRD Mar 27, 2024
13cf088
Merge pull request #9 from SINTEF/3-update-build-system-for-all-packages
kevinksyTRD Mar 27, 2024
d33dda4
fixed the pipeline for publishing
kevinksyTRD Mar 27, 2024
b958796
Fixed the pipeline to publish only with release tag
kevinksyTRD Mar 27, 2024
ed37631
COGAS, COGES implemented
kevinksyTRD Mar 27, 2024
301f81c
test for cogas, coges implemented
kevinksyTRD Mar 28, 2024
5eaa72a
emission info added to cogas
kevinksyTRD Mar 28, 2024
98dc810
coges integrated for the system
kevinksyTRD Mar 28, 2024
5372639
system with coges tested
kevinksyTRD Mar 28, 2024
f50f829
Coges tested for all libraries
kevinksyTRD Apr 2, 2024
d2ec0bc
Merge pull request #5 from SINTEF/dependabot/pip/feems/urllib3-2.0.7
tibnor Apr 4, 2024
6267bcd
feat: add py.typed to packages
Apr 4, 2024
c6f8be1
chore: bump version
Apr 4, 2024
5d5161d
testing conversion for coges completed
kevinksyTRD Apr 8, 2024
7551bf0
Merge pull request #11 from SINTEF/10-feat-add-coges
kevinksyTRD Apr 9, 2024
930391d
Update publish_feems.yml
kevinksyTRD Apr 9, 2024
c1eabe7
Update publish_feems.yml
kevinksyTRD Apr 9, 2024
e8456fd
Update publish_feems.yml
kevinksyTRD Apr 9, 2024
c8833a5
publish at release
kevinksyTRD Apr 9, 2024
7652cb5
release workflow
kevinksyTRD Apr 9, 2024
466b88a
fixed pipeline
kevinksyTRD Apr 9, 2024
1fb062e
fixed version
kevinksyTRD Apr 9, 2024
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
Prev Previous commit
Next Next commit
fixed the pipeline for publishing
  • Loading branch information
kevinksyTRD committed Mar 27, 2024
commit d33dda49ac3948808012f063514923d61b92b4cf
2 changes: 1 addition & 1 deletion .github/workflows/publish_MachSysS.yml
Original file line number Diff line number Diff line change
@@ -44,6 +44,6 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: python-package-distributions-MachSysS
path: machinery-system-structure/dist/
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
2 changes: 1 addition & 1 deletion .github/workflows/publish_RunFeemsSim.yml
Original file line number Diff line number Diff line change
@@ -44,6 +44,6 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: python-package-distributions-RunFeemsSim
path: RunFEEMSSim/dist/
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
2 changes: 1 addition & 1 deletion .github/workflows/publish_feems.yml
Original file line number Diff line number Diff line change
@@ -44,6 +44,6 @@ jobs:
- uses: actions/download-artifact@v3
with:
name: python-package-distributions-feems
path: feems/dist/
path: dist/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
Loading