File tree 5 files changed +7
-25
lines changed
5 files changed +7
-25
lines changed Original file line number Diff line number Diff line change 52
52
- name : Set up Python
53
53
uses : actions/setup-python@v4
54
54
with :
55
- python-version : ' 3.10 '
55
+ python-version : ' 3.12 '
56
56
cache : ' pip'
57
57
58
58
- name : Install Hatch
66
66
- name : Publish to PyPI
67
67
env :
68
68
HATCH_INDEX_USER : __token__
69
- HATCH_INDEX_AUTH : ${{ secrets.PYPI_TOKEN }}
69
+ HATCH_INDEX_AUTH : ${{ secrets.PYPI_TEST_TOKEN }}
70
70
run : hatch publish -r test
71
71
working-directory : openfast_io
72
72
Original file line number Diff line number Diff line change @@ -60,4 +60,5 @@ varcache
60
60
* .slxc
61
61
62
62
# Python cache files
63
- openfast_io /dist /
63
+ openfast_io /dist /
64
+ openfast_io /openfast_io /_version.py
Original file line number Diff line number Diff line change @@ -236,7 +236,6 @@ def execute(self):
236
236
237
237
def write_MainInput (self ):
238
238
# Main FAST Input File
239
- # Currently no differences between FASTv8.16 and OpenFAST.
240
239
241
240
self .FAST_InputFileOut = os .path .join (self .FAST_runDirectory , self .FAST_namingOut + '.fst' )
242
241
Load Diff This file was deleted.
Original file line number Diff line number Diff line change @@ -9,12 +9,10 @@ version = "4.0.0.a1"
9
9
description = " Readers and writers for OpenFAST files."
10
10
license = {file = " ../LICENSE" }
11
11
authors = [
12
+ {name = " Mayank Chetan" , email = " mayank.chetan@nrel.gov" },
13
+ {name = " Andy Platt" , email = " andy.platt@nrel.gov" },
14
+ {name = " Derek Slaughter" , email = " derek.slaughter@nrel.gov" },
12
15
{ name = " NREL WISDEM Team" , email = " systems.engineering@nrel.gov" },
13
- { name = " Daniel Zalkind" , email = " daniel.zalkind@nrel.gov" },
14
- { name = " Garrett Barter" , email = " garrett.barter@nrel.gov" },
15
- { name = " Pietro Bortolotti" , email = " pietro.bortolotti@nrel.gov" },
16
- { name = " Mayank Chetan" , email = " mayank.chetan@nrel.gov" },
17
- { name = " John Jasa" },
18
16
]
19
17
maintainers = [
20
18
{name = " Mayank Chetan" , email = " mayank.chetan@nrel.gov" },
You can’t perform that action at this time.
0 commit comments