Skip to content

Commit f3ed1c8

Browse files
authored
Merge pull request #243 from NREL/develop
FLASC v2.2.1
2 parents d366a09 + acec562 commit f3ed1c8

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/python-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
pip install build twine
2424
- name: Build and publish
2525
env:
26-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
27-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
26+
TWINE_USERNAME: __token__
27+
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}
2828
run: |
2929
python -m build
3030
twine upload dist/*

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "flasc"
7-
version = "2.2"
7+
version = "2.2.1"
88
description = "FLASC provides a rich suite of analysis tools for SCADA data filtering & analysis, wind farm model validation, field experiment design, and field experiment monitoring."
99
readme = "README.md"
1010
requires-python = ">=3.9"

0 commit comments

Comments
 (0)