Skip to content

Commit

Permalink
Merge pull request #230 from NREL/develop
Browse files Browse the repository at this point in the history
FLASC v2.1.1
  • Loading branch information
paulf81 authored Oct 28, 2024
2 parents 0bf41d1 + 7c8d93f commit e433fdc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install build
- name: Build and publish
env:
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
run: |
python setup.py sdist bdist_wheel
python -m build
twine upload dist/*
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "flasc"
version = "2.1"
version = "2.1.1"
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."
readme = "README.md"
requires-python = ">=3.9"
Expand Down

0 comments on commit e433fdc

Please sign in to comment.