Skip to content
This repository has been archived by the owner on May 21, 2024. It is now read-only.

Commit

Permalink
[ci] update codeql to v2
Browse files Browse the repository at this point in the history
* Remove test repository
* Set version string to pre-release
* add long description mime type
  • Loading branch information
jd28 committed Oct 21, 2022
1 parent 5953e6d commit 7cb1a56
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,4 +104,4 @@ jobs:
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
repository_url: https://test.pypi.org/legacy/
# repository_url: https://test.pypi.org/legacy/
2 changes: 1 addition & 1 deletion .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ jobs:

# Initializes the CodeQL tools for scanning.
- name: Initialize CodeQL
uses: github/codeql-action/init@v1
uses: github/codeql-action/init@v2
with:
languages: python, cpp
config-file: ./.github/codeql/codeql-config.yml
Expand Down
3 changes: 2 additions & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,14 +46,15 @@ def build_extension(self, ext):

setup(
name="pynwn",
version="0.1.0",
version="0.1.dev0",
author="jmd",
author_email="joshua.m.dean@gmail.com",
# packages=find_packages(where="src"),
# package_dir={"": "src"},
include_package_data=True,
description="libnw wrapper",
long_description=open("README.md").read(),
long_description_content_type="text/markdown",
ext_modules=[CMakeExtension("src")],
cmdclass={"build_ext": CMakeBuild},
zip_safe=False,
Expand Down

0 comments on commit 7cb1a56

Please sign in to comment.